Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Added a clang++15 osx job, fixed clang++14 job. #1204

Merged
merged 5 commits into from
Jul 18, 2024
Merged

Conversation

Jaskowicz1
Copy link
Contributor

This PR changes our OSX runner to have clang++14 and clang++15 jobs, instead of only clang++14. This PR also fixes the clang++14 job, where it was actually clang++15.

The clang++15 job is using Xcode 15.3 to ensure that std::format is tested (as versions below don't have std::format), however, it should be noted that we NEED to enforce checks for std::format features to prevent Xcode 15.2 and lower versions breaking, otherwise we will be heavily breaking OSX support.

Copy link

netlify bot commented Jul 18, 2024

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 260d731
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/669970b00a39b500080838c0
😎 Deploy Preview https://deploy-preview-1204--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Jul 18, 2024
@braindigitalis
Copy link
Contributor

lgtm!

@Jaskowicz1 Jaskowicz1 merged commit 59a3b7c into dev Jul 18, 2024
83 checks passed
@Jaskowicz1 Jaskowicz1 deleted the xcode_version branch July 20, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants